home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / Golden32.exe / 0 / RCDATA / TPAGEOPTIONSFORM / TPAGEOPTIONSFORM.txt
Encoding:
Text File  |  2004-03-08  |  11.0 KB  |  472 lines

  1. object PageOptionsForm: TPageOptionsForm
  2.   Left = 129
  3.   Top = 183
  4.   BorderStyle = bsDialog
  5.   Caption = 'Printed Page Options'
  6.   ClientHeight = 316
  7.   ClientWidth = 418
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 418
  24.     Height = 276
  25.     ActivePage = TabSheet1
  26.     Align = alClient
  27.     TabIndex = 0
  28.     TabOrder = 0
  29.     object TabSheet1: TTabSheet
  30.       Caption = 'Page && Headers'
  31.       object GroupBox1: TGroupBox
  32.         Left = 9
  33.         Top = 9
  34.         Width = 169
  35.         Height = 84
  36.         Caption = 'Printer Settings'
  37.         TabOrder = 0
  38.         object Label25: TLabel
  39.           Left = 22
  40.           Top = 22
  41.           Width = 124
  42.           Height = 13
  43.           Caption = 'Paper size and Orientation'
  44.           Font.Charset = DEFAULT_CHARSET
  45.           Font.Color = clBlue
  46.           Font.Height = -11
  47.           Font.Name = 'MS Sans Serif'
  48.           Font.Style = []
  49.           ParentFont = False
  50.         end
  51.         object PrinterSettingsButton: TButton
  52.           Left = 20
  53.           Top = 44
  54.           Width = 128
  55.           Height = 25
  56.           Caption = 'Printer Settings...'
  57.           TabOrder = 0
  58.           OnClick = PrinterSettingsButtonClick
  59.         end
  60.       end
  61.       object MarginGroupBox: TGroupBox
  62.         Left = 185
  63.         Top = 9
  64.         Width = 215
  65.         Height = 84
  66.         Caption = 'Margins (Inches)'
  67.         TabOrder = 1
  68.         object Label7: TLabel
  69.           Left = 111
  70.           Top = 26
  71.           Width = 28
  72.           Height = 13
  73.           Caption = '&Right:'
  74.         end
  75.         object Label26: TLabel
  76.           Left = 111
  77.           Top = 56
  78.           Width = 36
  79.           Height = 13
  80.           Caption = '&Bottom:'
  81.         end
  82.         object Label27: TLabel
  83.           Left = 15
  84.           Top = 26
  85.           Width = 21
  86.           Height = 13
  87.           Caption = '&Left:'
  88.         end
  89.         object Label28: TLabel
  90.           Left = 14
  91.           Top = 56
  92.           Width = 22
  93.           Height = 13
  94.           Caption = '&Top:'
  95.         end
  96.         object LeftEdit: TEdit
  97.           Left = 44
  98.           Top = 23
  99.           Width = 49
  100.           Height = 21
  101.           TabOrder = 0
  102.           Text = '1"'
  103.           OnExit = MarginEditExit
  104.           OnKeyPress = MarginEditKeyPress
  105.         end
  106.         object RightEdit: TEdit
  107.           Left = 152
  108.           Top = 23
  109.           Width = 49
  110.           Height = 21
  111.           TabOrder = 1
  112.           Text = '1"'
  113.           OnExit = MarginEditExit
  114.           OnKeyPress = MarginEditKeyPress
  115.         end
  116.         object TopEdit: TEdit
  117.           Left = 44
  118.           Top = 54
  119.           Width = 49
  120.           Height = 21
  121.           TabOrder = 2
  122.           Text = '1"'
  123.           OnExit = MarginEditExit
  124.           OnKeyPress = MarginEditKeyPress
  125.         end
  126.         object BottomEdit: TEdit
  127.           Left = 152
  128.           Top = 54
  129.           Width = 49
  130.           Height = 21
  131.           TabOrder = 3
  132.           Text = '1"'
  133.           OnExit = MarginEditExit
  134.           OnKeyPress = MarginEditKeyPress
  135.         end
  136.       end
  137.       object GroupBox3: TGroupBox
  138.         Left = 9
  139.         Top = 98
  140.         Width = 392
  141.         Height = 138
  142.         Caption = 'Headers && Footers'
  143.         TabOrder = 2
  144.         object Label1: TLabel
  145.           Left = 16
  146.           Top = 24
  147.           Width = 59
  148.           Height = 13
  149.           Caption = 'Header Left:'
  150.         end
  151.         object Label2: TLabel
  152.           Left = 140
  153.           Top = 24
  154.           Width = 81
  155.           Height = 13
  156.           Caption = 'Header Centered'
  157.         end
  158.         object Label3: TLabel
  159.           Left = 262
  160.           Top = 24
  161.           Width = 66
  162.           Height = 13
  163.           Caption = 'Header Right:'
  164.         end
  165.         object Label4: TLabel
  166.           Left = 16
  167.           Top = 69
  168.           Width = 54
  169.           Height = 13
  170.           Caption = 'Footer Left:'
  171.         end
  172.         object Label29: TLabel
  173.           Left = 140
  174.           Top = 69
  175.           Width = 79
  176.           Height = 13
  177.           Caption = 'Footer Centered:'
  178.         end
  179.         object Label30: TLabel
  180.           Left = 261
  181.           Top = 69
  182.           Width = 61
  183.           Height = 13
  184.           Caption = 'Footer Right:'
  185.         end
  186.         object Label31: TLabel
  187.           Left = 54
  188.           Top = 120
  189.           Width = 281
  190.           Height = 13
  191.           Caption = 
  192.             'Right click these fields to insert defined tags (i.e. {datetime}' +
  193.             ')'
  194.           Font.Charset = DEFAULT_CHARSET
  195.           Font.Color = clBlue
  196.           Font.Height = -11
  197.           Font.Name = 'MS Sans Serif'
  198.           Font.Style = []
  199.           ParentFont = False
  200.         end
  201.         object HeaderLeftEdit: TEdit
  202.           Tag = 1
  203.           Left = 15
  204.           Top = 40
  205.           Width = 114
  206.           Height = 21
  207.           PopupMenu = TagPopupMenu
  208.           TabOrder = 0
  209.         end
  210.         object HeaderCenterEdit: TEdit
  211.           Tag = 1
  212.           Left = 139
  213.           Top = 40
  214.           Width = 114
  215.           Height = 21
  216.           PopupMenu = TagPopupMenu
  217.           TabOrder = 1
  218.         end
  219.         object HeaderRightEdit: TEdit
  220.           Tag = 1
  221.           Left = 261
  222.           Top = 40
  223.           Width = 114
  224.           Height = 21
  225.           PopupMenu = TagPopupMenu
  226.           TabOrder = 2
  227.         end
  228.         object FooterLeftEdit: TEdit
  229.           Tag = 1
  230.           Left = 15
  231.           Top = 87
  232.           Width = 114
  233.           Height = 21
  234.           PopupMenu = TagPopupMenu
  235.           TabOrder = 3
  236.         end
  237.         object FooterCenterEdit: TEdit
  238.           Tag = 1
  239.           Left = 138
  240.           Top = 87
  241.           Width = 114
  242.           Height = 21
  243.           PopupMenu = TagPopupMenu
  244.           TabOrder = 4
  245.         end
  246.         object FooterRightEdit: TEdit
  247.           Tag = 1
  248.           Left = 261
  249.           Top = 87
  250.           Width = 114
  251.           Height = 21
  252.           PopupMenu = TagPopupMenu
  253.           TabOrder = 5
  254.         end
  255.       end
  256.     end
  257.     object TabSheet2: TTabSheet
  258.       Caption = 'SQL && Spreadsheet Print Options'
  259.       ImageIndex = 1
  260.       object GroupBox2: TGroupBox
  261.         Left = 9
  262.         Top = 5
  263.         Width = 391
  264.         Height = 79
  265.         Caption = 'Code Print Options'
  266.         TabOrder = 0
  267.         object PrintPlainText: TCheckBox
  268.           Tag = 1
  269.           Left = 21
  270.           Top = 23
  271.           Width = 301
  272.           Height = 17
  273.           Caption = 'Print as plain text (not syntax highlighted)'
  274.           TabOrder = 0
  275.         end
  276.         object PrintLineNumbersCheckbox: TCheckBox
  277.           Tag = 1
  278.           Left = 21
  279.           Top = 48
  280.           Width = 140
  281.           Height = 17
  282.           Caption = 'Print line numbers'
  283.           TabOrder = 1
  284.         end
  285.       end
  286.       object GroupBox4: TGroupBox
  287.         Left = 9
  288.         Top = 89
  289.         Width = 392
  290.         Height = 149
  291.         Caption = 'Spreadsheet'
  292.         TabOrder = 1
  293.         object Label5: TLabel
  294.           Left = 25
  295.           Top = 25
  296.           Width = 29
  297.           Height = 14
  298.           AutoSize = False
  299.           Caption = 'Title:'
  300.         end
  301.         object Bevel1: TBevel
  302.           Left = 55
  303.           Top = 80
  304.           Width = 316
  305.           Height = 10
  306.           Shape = bsTopLine
  307.         end
  308.         object ShowTitle: TCheckBox
  309.           Tag = 1
  310.           Left = 57
  311.           Top = 53
  312.           Width = 174
  313.           Height = 14
  314.           Hint = 'The horizontal line under the field names.'
  315.           Caption = 'Show Title'
  316.           Checked = True
  317.           State = cbChecked
  318.           TabOrder = 1
  319.         end
  320.         object HeaderLine: TCheckBox
  321.           Tag = 1
  322.           Left = 57
  323.           Top = 92
  324.           Width = 102
  325.           Height = 14
  326.           Hint = 'The horizontal line under the field names.'
  327.           Caption = 'Header Line'
  328.           Checked = True
  329.           State = cbChecked
  330.           TabOrder = 2
  331.         end
  332.         object RecordLines: TCheckBox
  333.           Tag = 1
  334.           Left = 56
  335.           Top = 113
  336.           Width = 106
  337.           Height = 14
  338.           Hint = 'The horizontal line under each record.'
  339.           Caption = 'Record Lines'
  340.           Checked = True
  341.           State = cbChecked
  342.           TabOrder = 3
  343.         end
  344.         object ColumnLines: TCheckBox
  345.           Tag = 1
  346.           Left = 170
  347.           Top = 92
  348.           Width = 96
  349.           Height = 14
  350.           Hint = 'The vertical lines between each column.'
  351.           Caption = 'Column Lines'
  352.           Checked = True
  353.           State = cbChecked
  354.           TabOrder = 4
  355.         end
  356.         object LastColumnLine: TCheckBox
  357.           Tag = 1
  358.           Left = 171
  359.           Top = 113
  360.           Width = 111
  361.           Height = 14
  362.           Hint = 'The vertical line at the right of the last column.'
  363.           Caption = 'Last Column Line'
  364.           Checked = True
  365.           State = cbChecked
  366.           TabOrder = 5
  367.         end
  368.         object SpreadsheetTitleEdit: TEdit
  369.           Left = 57
  370.           Top = 22
  371.           Width = 308
  372.           Height = 21
  373.           AutoSize = False
  374.           TabOrder = 0
  375.         end
  376.       end
  377.     end
  378.   end
  379.   object Panel1: TPanel
  380.     Left = 0
  381.     Top = 276
  382.     Width = 418
  383.     Height = 40
  384.     Align = alBottom
  385.     BevelOuter = bvNone
  386.     TabOrder = 1
  387.     object OkButton: TButton
  388.       Left = 8
  389.       Top = 9
  390.       Width = 75
  391.       Height = 25
  392.       Caption = 'OK'
  393.       Default = True
  394.       ModalResult = 1
  395.       TabOrder = 0
  396.     end
  397.     object CancelButton: TButton
  398.       Left = 96
  399.       Top = 9
  400.       Width = 75
  401.       Height = 25
  402.       Cancel = True
  403.       Caption = 'Cancel'
  404.       ModalResult = 2
  405.       TabOrder = 1
  406.     end
  407.     object SaveAsDefaultsButton: TButton
  408.       Left = 282
  409.       Top = 9
  410.       Width = 128
  411.       Height = 25
  412.       Caption = 'Save as Defaults'
  413.       ModalResult = 1
  414.       TabOrder = 2
  415.       OnClick = SaveAsDefaultsButton1Click
  416.     end
  417.   end
  418.   object TagPopupMenu: TPopupMenu
  419.     AutoHotkeys = maManual
  420.     AutoLineReduction = maManual
  421.     Left = 347
  422.     Top = 11
  423.     object tabname1: TMenuItem
  424.       Caption = '{title}'
  425.       OnClick = TagMenuClick
  426.     end
  427.     object Title1: TMenuItem
  428.       Caption = '{account}'
  429.       OnClick = TagMenuClick
  430.     end
  431.     object tabname2: TMenuItem
  432.       Caption = '{title} - {account}'
  433.       OnClick = TagMenuClick
  434.     end
  435.     object PageCurrentPageofTotalPages1: TMenuItem
  436.       Caption = 'Page {page} of {totalpages}'
  437.       OnClick = TagMenuClick
  438.     end
  439.     object CurrentPage1: TMenuItem
  440.       Caption = '{page}'
  441.       OnClick = TagMenuClick
  442.     end
  443.     object TotalPages1: TMenuItem
  444.       Caption = '{totalpages}'
  445.       OnClick = TagMenuClick
  446.     end
  447.     object DateTime1: TMenuItem
  448.       Caption = '{datetime}'
  449.       OnClick = TagMenuClick
  450.     end
  451.     object Date1: TMenuItem
  452.       Caption = '{date}'
  453.       OnClick = TagMenuClick
  454.     end
  455.     object Time1: TMenuItem
  456.       Caption = '{time}'
  457.       OnClick = TagMenuClick
  458.     end
  459.     object N1: TMenuItem
  460.       Caption = '-'
  461.     end
  462.     object Clearfield1: TMenuItem
  463.       Caption = 'Clear field'
  464.       OnClick = Clearfield1Click
  465.     end
  466.   end
  467.   object PrinterSetupDialog1: TPrinterSetupDialog
  468.     Left = 313
  469.     Top = 11
  470.   end
  471. end
  472.